mobileCanSendMail
Type
function
Summary
Determines if a devices can be used to send emails.
Syntax
mobileCanSendMail()
Description
Use the mobileCanSendMail function to determine if a particular mobile device is configured to send email.
Examples
answer mobileCanSendMail() with "okay"
if mobileCanSendMail() is false then
answer "This device does not support e-mail" with "Okay"
end if
Related
command: mobileComposeUnicodeMail, mobileComposeMail, mobileComposeHtmlMail
Compatibility and Support
Introduced
LiveCode 4.6
OS
ios
android
Platforms
mobile